home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / bbs / fsefast.zip / FSEFAST.MOD
Internet Message Format  |  1991-11-26  |  894b

  1. From: Lazarus Long #1 @4081
  2. Re: Source code mod for the FSED
  3.  
  4. The Full screen editor is very nice. However, several of my users were
  5. complaining that it was too slow..they and I could easily out type it.
  6.  
  7. Opus, a user on my system, discovered that it was slow only in the (INS) mode.
  8. He deduced that it must be constantly looking ahead to see if there was
  9. something it had to move out of the way so it could insert the character
  10. being typed.  He is correct.
  11. The following source code change is all that is necessary to force the FSED
  12. to start in the (OVR) mode.
  13.  
  14. File affected:  VBBS2.bas  about line 789 you will find  im = 1
  15. change it to read  im = 0 .  This is in the sub Fulledit.
  16.  
  17. Recompile.
  18.  
  19. It works here and everyone loves it.
  20.                   Regards,
  21.                    Laz....
  22. *Message Moved by Lazarus Long
  23.  
  24.